x86/shadow: struct page_info's type_info is now unsigned long,
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 3 Feb 2009 14:03:32 +0000 (14:03 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 3 Feb 2009 14:03:32 +0000 (14:03 +0000)
commit720a883c7f9abd1c31ac286fa6cb6c639887bfc3
tree5943225fe576b10d4c9d72483bd0eefdd4caed69
parent4134c89049b39f2ae235fff2b8483bd7e5bd1863
x86/shadow: struct page_info's type_info is now unsigned long,

hence local variables of type u32 (and the more such with misleading
names) must no longer be used.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/mm/shadow/common.c
xen/arch/x86/mm/shadow/multi.c